summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/settings/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/settings/layout.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/settings/layout.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/settings/layout.tsx b/app/[lng]/evcp/(evcp)/settings/layout.tsx
index 6f373567..f3cea7d2 100644
--- a/app/[lng]/evcp/(evcp)/settings/layout.tsx
+++ b/app/[lng]/evcp/(evcp)/settings/layout.tsx
@@ -4,7 +4,7 @@ import { Separator } from "@/components/ui/separator"
import { SidebarNav } from "@/components/layout/sidebar-nav"
export const metadata: Metadata = {
- title: "Settings",
+ title: "설정",
// description: "Advanced form example using react-hook-form and Zod.",
}
@@ -46,10 +46,10 @@ export default async function SettingsLayout({
<section className="overflow-hidden rounded-[0.5rem] border bg-background shadow">
<div className="hidden space-y-6 p-10 pb-16 md:block">
<div className="space-y-0.5">
- <h2 className="text-2xl font-bold tracking-tight">Settings</h2>
- <p className="text-muted-foreground">
+ <h2 className="text-2xl font-bold tracking-tight">설정</h2>
+ {/* <p className="text-muted-foreground">
Manage your account settings and preferences.
- </p>
+ </p> */}
</div>
<Separator className="my-6" />
<div className="flex flex-col space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0">